projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8cf5e
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 17 Jul 2006 21:07:55 +0000
(21:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 17 Jul 2006 21:07:55 +0000
(21:07 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 3f8982849d4f2ff4fdef47281d519934d11f5439..c36b9476f8283e90f4cbdcec805f80418dbaae58 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1032,7
+1032,9
@@
error message is constructed. */)
}
/* Print an error message for the error DATA onto Lisp output stream
- STREAM (suitable for the print functions). */
+ STREAM (suitable for the print functions).
+ CONTEXT is a C string describing the context of the error.
+ CALLER is the Lisp function inside which the error was signaled. */
void
print_error_message (data, stream, context, caller)